PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFContentStream Class / concatenateMatrix Method
First matrix element.
Second matrix element.
Third matrix element.
Fourth matrix element.
Fifth matrix element.
Sixth matrix element.
In This Topic
    concatenateMatrix Method
    In This Topic
    Concatenates the given matrix with the current transformation matrix. Operator: cm
    Syntax
    public void concatenateMatrix( 
       double a,
       double b,
       double c,
       double d,
       double e,
       double f
    )

    Parameters

    a
    First matrix element.
    b
    Second matrix element.
    c
    Third matrix element.
    d
    Fourth matrix element.
    e
    Fifth matrix element.
    f
    Sixth matrix element.
    See Also